Skip to content

Conversation

@Dao-Ho
Copy link
Contributor

@Dao-Ho Dao-Ho commented Jan 14, 2026

Create tables + index (users, hotels, requests)

@@ -0,0 +1,2 @@
-- Create index on users table for employee_id
create index if not exists idx_users_employee_id on public.users(employee_id); No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only index I see needed atm

@Dao-Ho Dao-Ho changed the title feat: initialize tables + indices feat: initialize tables + index Jan 14, 2026
@Dao-Ho Dao-Ho merged commit 40698ad into main Jan 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants